home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-06-26 | 457 b | 20 lines | [TEXT/CWIE] |
-
- // mail <chelly@eden.com> or surf http://www.eden.com/~chelly for feedback
- // free source code - do whatever you like with it
-
- // loader for graphic elements that uses either mac or universal pictures
-
- #ifndef UnivPictLoader_H
- #define UnivPictLoader_H
-
- #include "common.h"
-
- // Graphic Elements
- #include "DispCtrl.h"
-
- GE_CALLBACK( Boolean, LoadUnivPictElement)( GEWorldPtr world, GrafElPtr element,
- short startResNum, short nResources );
-
- #endif
-
-